tkdiff is a graphical diff viewer based on the Tk framework. It is capable of inter-operating with source-control systems like CVS and Subversion to show the differences between the local copy and the repository version. Such a line-by-line comparison is often considered to be good software engineering practice before committing code changes.
Tkdiff highlight specific differences within a line shared by both files, rather than simply indicating that the whole line differs.
Related Image Collections
Add Image
We don't have any YouTube videos related to tkdiff yet.
You can add one yourself here.
We don't have any PDF documents related to tkdiff yet.
You can add one yourself here.
We don't have any Books related to tkdiff yet.
You can add one yourself here.
We don't have any archived web articles related to tkdiff yet.
Example usage
- tkdiff <file1> <file2> — to compare the two files <file1> and <file2>
- tkdiff <file> — to compare the local version of the given file to the most recent version in the CVS/Subversion repository
tkdiff can also compare two older revisions of a file, etc.2
References
tkdiff home page http://sourceforge.net/projects/tkdiff/ ↩
tkdiff manual page http://linux.math.tifr.res.in/manuals/man/tkdiff.html ↩